.shrinkAnnex{
    width: 80vw;
    height: 90vh;
    /* background: rgba(255,255,0,0.5); */
    position: fixed;
    top:5%;
    left: 10%;
    transition:all .2s;
    z-index: 99;
    display: block;
}
.shrinkAnnex > .close{
    width: 25px;
    height: 25px;
    line-height: 23px;
    border:1px solid #fff;
    border-radius: 25px;
    position: absolute;
    top:20px;
    right: 20px;
    text-align: center;
    transition:all .2s;
    color: #fff;
    opacity: 1;
}
.shrinkAnnex > img{
    width: 100%;
    height: 100%;
  transition:all .2s;
}
/*附加组件结束*/